Skip to main content

Brokerage Calculator

Request to be POSTed to uri : /NorenWClientTP/GetBrokerage

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
Json FieldsPossible valueDescription
uid*User Id
actid*Account Id
exch*Exchange Segment
tsym*Trading Symbol
qty*Quantity
prc*Price
prd*Product
trantype*Transaction Type

Response Details :

Json FieldsPossible valueDescription
request_timeThis will be present only in a successful response.
statOk or Not_Oksuccess or failure message.
brkage_amtBrokerage Amount
stt_amtSTT/CTT Amount
exch_chrgExchange Charges
sebi_chrgSEBI Charges
stamp_dutyStamp Charges
clr_chrgClearing Charges
gstGST
tot_chrgTotal charges
remarksRemarks
urlUrl

Sample Success Response :

{
request_time: 11:36:43 27-12-2022,
stat: Ok,
brkage_amt: 0.00,
stt_amt: 2.00,
exch_chrg: 0.09,
sebi_chrg: 0.01,
stamp_duty: 0.37,
clr_chrg: 0.00,
gst: 0.02,
tot_chrg: 2.49,
remarks: 2,
url: matsya.kambala.co.in
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Invalid Input : jData is Missing."
}